English
cURL
curl --request POST \ --url https://metadata.sequence.app/rpc/Collections/DeleteToken \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectId": 3095723, "collectionId": 26532223, "tokenId": "32132121" }'
{ "status": true }
Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
OK
The response is of type object.
object
Was this page helpful?